FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package basisprofil.de#0.2.40 (125 ms)

Package basisprofil.de
Type StructureDefinition
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=basisprofil.de@0.2.40&canonical=http://fhir.de/StructureDefinition/humanname-de-basis/0.2
Url http://fhir.de/StructureDefinition/humanname-de-basis/0.2
Version 0.2.4
Status draft
Date 2018-11-06
Name humanname-de-basis-0.2
Title HumanName, deutsches Basisprofil (Version 0.2)
Experimental False
Authority hl7
Description Personenname mit in Deutschland üblichen Erweiterungen
Copyright HL7 Deutschland e.V.
Type HumanName
Kind complex-type

Resources that use this resource

StructureDefinition
http://fhir.de/StructureDefinition/patient-de-basis/0.2 Patient, deutsches Basisprofil (Version 0.2)
http://fhir.de/StructureDefinition/practitioner-de-basis/0.2 Practitioner, deutsches Basisprofil (Version 0.2)
https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Anwender 74_PR_VoS_Anwender

Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/humanname-namenszusatz/0.2 Extension zur Erfassung der VSDM Namensbestandteile (Version 0.2)


Source

{
  "resourceType" : "StructureDefinition",
  "meta" : {
    "lastUpdated" : "2017-11-08T18:33:28.283+01:00"
  },
  "url" : "http://fhir.de/StructureDefinition/humanname-de-basis/0.2",
  "version" : "0.2.4",
  "name" : "humanname-de-basis-0.2",
  "title" : "HumanName, deutsches Basisprofil (Version 0.2)",
  "status" : "draft",
  "date" : "2018-11-06",
  "publisher" : "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "description" : "Personenname mit in Deutschland üblichen Erweiterungen",
  "copyright" : "HL7 Deutschland e.V.",
  "fhirVersion" : "3.0.1",
  "mapping" : [
    {
      "identity" : "KVDT",
      "name" : "KVDT Mapping"
    },
    {
      "identity" : "BDT",
      "name" : "BDT Mapping"
    }
  ],
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "HumanName",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/HumanName",
  "derivation" : "constraint",
  "snapshot" : {
    "element" : [
      {
        "id" : "HumanName",
        "path" : "HumanName",
        "short" : "Personenname",
        "definition" : "Personenname mit in Deutschland üblichen Erweiterungen",
        "comment" : "Hinweis zur Repräsentation von Anreden: Diese sollten, sofern erforderlich, ausschließlich in HumanName.text erscheinen (z.B. \"Frsu Dr. Martha Musterfrau\").\r\nNach Möglichkeit sollte die Anrede aus dem Geschlecht der Person abgeleitet werden.\r\nDas Element prefix wird nur für akademische Titel und andere Namensbestandteile verwendet.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element",
          "min" : 0,
          "max" : "*"
        },
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "hum-1",
            "severity" : "error",
            "human" : "Wenn die Extension 'namenszusatz' verwendet wird, dann muss der vollständige Name im Attribut 'family' angegeben werden",
            "expression" : "family.extension('http://fhir.de/StructureDefinition/humanname-namenszusatz').empty() or family.hasValue()"
          },
          {
            "key" : "hum-2",
            "severity" : "error",
            "human" : "Wenn die Extension 'nachname' verwendet wird, dann muss der vollständige Name im Attribut 'family' angegeben werden",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty() or family.hasValue()"
          },
          {
            "key" : "hum-3",
            "severity" : "error",
            "human" : "Wenn die Extension 'vorsatzwort' verwendet wird, dann muss der vollständige Name im Attribut 'family' angegeben werden",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty() or family.hasValue()"
          },
          {
            "key" : "hum-4",
            "severity" : "error",
            "human" : "Wenn die Extension 'prefix-qualifier' verwendet wird, dann muss ein Namenspräfix im Attribut 'prefix' angegeben werden",
            "expression" : "prefix.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').empty() or $this.hasValue())"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "XPN"
          },
          {
            "identity" : "rim",
            "map" : "EN (actually, PN)"
          },
          {
            "identity" : "servd",
            "map" : "ProviderName"
          }
        ]
      },
      {
        "id" : "HumanName.id",
        "path" : "HumanName.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "HumanName.extension",
        "path" : "HumanName.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.use",
        "path" : "HumanName.use",
        "short" : "usual | official | temp | nickname | anonymous | old | maiden",
        "definition" : "Identifies the purpose for this name.",
        "comment" : "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old name etc.for a current/permanent one. Applications can assume that a name is current unless it explicitly says that it is temporary or old.",
        "requirements" : "Allows the appropriate name for a particular context of use to be selected from among a set of names.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "HumanName.use",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "isModifier" : true,
        "isSummary" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "NameUse"
            }
          ],
          "strength" : "required",
          "description" : "The use of a human name",
          "valueSetReference" : {
            "reference" : "http://hl7.org/fhir/ValueSet/name-use"
          }
        },
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "XPN.7, but often indicated by which field contains the name"
          },
          {
            "identity" : "rim",
            "map" : "unique(./use)"
          },
          {
            "identity" : "servd",
            "map" : "./NamePurpose"
          },
          {
            "identity" : "BDT",
            "map" : "1211 (in BDT als Freitext!)"
          }
        ]
      },
      {
        "id" : "HumanName.text",
        "path" : "HumanName.text",
        "short" : "Text representation of the full name",
        "definition" : "A full text representation of the name.",
        "comment" : "Can provide both a text representation and structured parts.",
        "requirements" : "A renderable, unencoded form.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "HumanName.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "implied by XPN.11"
          },
          {
            "identity" : "rim",
            "map" : "./formatted"
          }
        ]
      },
      {
        "id" : "HumanName.family",
        "path" : "HumanName.family",
        "short" : "Familienname",
        "definition" : "Der vollständige Familienname, einschließlich aller Vorsatz- und Zusatzwörter, mit Leerzeichen getrennt.",
        "comment" : "Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).",
        "alias" : [
          "surname"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "HumanName.family",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1",
          "hum-1",
          "hum-2",
          "hum-3"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "XPN.1/FN.1"
          },
          {
            "identity" : "rim",
            "map" : "./part[partType = FAM]"
          },
          {
            "identity" : "servd",
            "map" : "./FamilyName"
          },
          {
            "identity" : "BDT",
            "map" : "3120 + 3100 + 3101"
          },
          {
            "identity" : "KVDT",
            "map" : "3120 + 3100 + 3101"
          }
        ]
      },
      {
        "id" : "HumanName.family.id",
        "path" : "HumanName.family.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension",
        "path" : "HumanName.family.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:namenszusatz",
        "path" : "HumanName.family.extension",
        "sliceName" : "namenszusatz",
        "short" : "Namenszusatz gemäß VSDM (Versichertenstammdatenmanagement, \"eGK\")",
        "definition" : "Namenszusatz als Bestandteil das Nachnamens, wie in VSDM (Versichertenstammdatenmanagement, \"eGK\") definiert.\r\nBeispiele: Gräfin, Prinz oder Fürst",
        "comment" : "Die Extension wurde erstellt aufgrund der Anforderung, die auf der eGK vorhandenen Patientenstammdaten in FHIR abbilden zu können. Auf der eGK werden die Namensbestandteile \"Namenszusatz\" und \"Vorsatzwort\" getrennt vom Nachnamen gespeichert. Anhand der Liste der zulässigen Namenszusätze ist deutlich erkennbar, dass es sich hierbei sinngemäß um Adelstitel handelt.\r\nDas Vorsatzwort kann durch die Core-Extension http://build.fhir.org/extension-humanname-own-name.html abgebildet werden, für den Namenszusatz ergibt sich jedoch die Notwendikeit einer nationalen Extension, da in andern Ländern Adelstitel entweder gar nicht oder als reguläres Namenspräfix erfasst werden.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://fhir.de/StructureDefinition/humanname-namenszusatz/0.2"
          }
        ],
        "condition" : [
          "ele-1",
          "hum-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          },
          {
            "identity" : "KVDT",
            "map" : "3100"
          },
          {
            "identity" : "BDT",
            "map" : "3100"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname",
        "path" : "HumanName.family.extension",
        "sliceName" : "nachname",
        "short" : "Nachname ohne Vor- und Zusätze",
        "definition" : "Nachname ohne Vor- und Zusätze.\r\nDient z.B. der alphabetischen Einordnung des Namens.",
        "comment" : "If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's \"maiden name\".",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name"
          }
        ],
        "condition" : [
          "ele-1",
          "hum-2"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          },
          {
            "identity" : "v2",
            "map" : "FN.3"
          },
          {
            "identity" : "rim",
            "map" : "ENXP where Qualifiers = (BR)"
          },
          {
            "identity" : "KVDT",
            "map" : "3101"
          },
          {
            "identity" : "BDT",
            "map" : "3101"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname.id",
        "path" : "HumanName.family.extension.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname.extension",
        "path" : "HumanName.family.extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "0",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname.url",
        "path" : "HumanName.family.extension.url",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "identifies the meaning of the extension",
        "definition" : "Source of the definition for the extension code - a logical name or a URL.",
        "comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Extension.url",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "fixedUri" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname.valueString:valueString",
        "path" : "HumanName.family.extension.valueString",
        "sliceName" : "valueString",
        "short" : "Value of extension",
        "definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "comment" : "A stream of bytes, base64 encoded",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Extension.value[x]",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort",
        "path" : "HumanName.family.extension",
        "sliceName" : "vorsatzwort",
        "short" : "Vorsatzwort",
        "definition" : "Vorsatzwort wie z.B.: von, van, zu\r\nVgl. auch VSDM-Spezifikation der Gematik (Versichertenstammdatenmanagement, \"eGK\")",
        "comment" : "An example of a voorvoegsel is the \"van\" in \"Ludwig van Beethoven\". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to specify it as a separate sub-component.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"
          }
        ],
        "condition" : [
          "ele-1",
          "hum-3"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          },
          {
            "identity" : "v2",
            "map" : "FN.2"
          },
          {
            "identity" : "rim",
            "map" : "ENXP where Qualifiers = (VV, R)"
          },
          {
            "identity" : "BDT",
            "map" : "3120"
          },
          {
            "identity" : "KVDT",
            "map" : "3120"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort.id",
        "path" : "HumanName.family.extension.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort.extension",
        "path" : "HumanName.family.extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "0",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort.url",
        "path" : "HumanName.family.extension.url",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "identifies the meaning of the extension",
        "definition" : "Source of the definition for the extension code - a logical name or a URL.",
        "comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Extension.url",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "fixedUri" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort.valueString:valueString",
        "path" : "HumanName.family.extension.valueString",
        "sliceName" : "valueString",
        "short" : "Value of extension",
        "definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "comment" : "A stream of bytes, base64 encoded",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Extension.value[x]",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.family.value",
        "path" : "HumanName.family.value",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "Primitive value for string",
        "definition" : "Primitive value for string",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "string.value",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "_code" : {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
                  "valueString" : "string"
                },
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
                  "valueString" : "xsd:string"
                },
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
                  "valueString" : "xsd:string"
                }
              ]
            }
          }
        ],
        "maxLength" : 1048576
      },
      {
        "id" : "HumanName.given",
        "path" : "HumanName.given",
        "short" : "Vorname",
        "definition" : "Vorname der Person",
        "comment" : "If only initials are recorded, they may be used in place of the full name. Not called \"first name\" since given names do not always come first.",
        "alias" : [
          "first name",
          "middle name"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "HumanName.given",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "orderMeaning" : "Given Names appear in the correct order for presenting the name",
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "XPN.2 + XPN.3"
          },
          {
            "identity" : "rim",
            "map" : "./part[partType = GIV]"
          },
          {
            "identity" : "servd",
            "map" : "./GivenNames"
          },
          {
            "identity" : "KVDT",
            "map" : "3102"
          },
          {
            "identity" : "BDT",
            "map" : "3102"
          }
        ]
      },
      {
        "id" : "HumanName.prefix",
        "path" : "HumanName.prefix",
        "short" : "Namensteile vor dem Vornamen",
        "definition" : "Namensteile vor dem Vornamen, z.B. akademischer Titel.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "HumanName.prefix",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "orderMeaning" : "Prefixes appear in the correct order for presenting the name",
        "condition" : [
          "ele-1",
          "hum-4"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "XPN.5"
          },
          {
            "identity" : "rim",
            "map" : "./part[partType = PFX]"
          },
          {
            "identity" : "servd",
            "map" : "./TitleCode"
          },
          {
            "identity" : "KVDT",
            "map" : "3104"
          },
          {
            "identity" : "BDT",
            "map" : "3104"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.id",
        "path" : "HumanName.prefix.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension",
        "path" : "HumanName.prefix.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier",
        "path" : "HumanName.prefix.extension",
        "sliceName" : "prefix-qualifier",
        "short" : "LS | AC | NB | PR | HON | BR | AD | SP | MID | CL | IN | VV",
        "definition" : "Spezialisierung der Art des Präfixes, z.B. \"AC\" für Akademische Titel",
        "comment" : "Used to indicate additional information about the name part and how it should be used.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
          }
        ],
        "condition" : [
          "ele-1",
          "hum-4"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "isModifier" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          },
          {
            "identity" : "rim",
            "map" : "ENXP.qualifier"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier.id",
        "path" : "HumanName.prefix.extension.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier.extension",
        "path" : "HumanName.prefix.extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "0",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier.url",
        "path" : "HumanName.prefix.extension.url",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "identifies the meaning of the extension",
        "definition" : "Source of the definition for the extension code - a logical name or a URL.",
        "comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Extension.url",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "fixedUri" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier.valueCode:valueCode",
        "path" : "HumanName.prefix.extension.valueCode",
        "sliceName" : "valueCode",
        "short" : "Value of extension",
        "definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "comment" : "A stream of bytes, base64 encoded",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Extension.value[x]",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "EntityNamePartQualifier"
            }
          ],
          "strength" : "required",
          "description" : "A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type",
          "valueSetReference" : {
            "reference" : "http://hl7.org/fhir/ValueSet/name-part-qualifier"
          }
        },
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.value",
        "path" : "HumanName.prefix.value",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "Primitive value for string",
        "definition" : "Primitive value for string",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "string.value",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "_code" : {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
                  "valueString" : "string"
                },
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
                  "valueString" : "xsd:string"
                },
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
                  "valueString" : "xsd:string"
                }
              ]
            }
          }
        ],
        "maxLength" : 1048576
      },
      {
        "id" : "HumanName.suffix",
        "path" : "HumanName.suffix",
        "short" : "Namensteile nach dem Nachnamen",
        "definition" : "Namensteile nach dem Nachnamen",
        "comment" : "Note that FHIR strings may not exceed 1MB in size",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "HumanName.suffix",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "orderMeaning" : "Suffixes appear in the correct order for presenting the name",
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "XPN/4"
          },
          {
            "identity" : "rim",
            "map" : "./part[partType = SFX]"
          }
        ]
      },
      {
        "id" : "HumanName.period",
        "path" : "HumanName.period",
        "short" : "Time period when name was/is in use",
        "definition" : "Indicates the period of time when this name was valid for the named person.",
        "comment" : "This is not a duration - that's a measure of time (a separate type), but a duration that occurs at a fixed value of time. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. \"the patient was an inpatient of the hospital for this time range\") or one value from the range applies (e.g. \"give to the patient between these two times\"). If duration is required, specify the type as Interval|Duration.",
        "requirements" : "Allows names to be placed in historical context.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "HumanName.period",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Period"
          }
        ],
        "condition" : [
          "ele-1"
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() | (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div"
          },
          {
            "key" : "per-1",
            "severity" : "error",
            "human" : "If present, start SHALL have a lower value than end",
            "expression" : "start.empty() or end.empty() or (start <= end)",
            "xpath" : "not(exists(f:start)) or not(exists(f:end)) or (f:start/@value <= f:end/@value)"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          },
          {
            "identity" : "v2",
            "map" : "DR"
          },
          {
            "identity" : "rim",
            "map" : "IVL<TS>[lowClosed=\"true\" and highClosed=\"true\"] or URG<TS>[lowClosed=\"true\" and highClosed=\"true\"]"
          },
          {
            "identity" : "v2",
            "map" : "XPN.13 + XPN.14"
          },
          {
            "identity" : "rim",
            "map" : "./usablePeriod[type=\"IVL<TS>\"]"
          },
          {
            "identity" : "servd",
            "map" : "./StartDate and ./EndDate"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "HumanName",
        "path" : "HumanName",
        "short" : "Personenname",
        "definition" : "Personenname mit in Deutschland üblichen Erweiterungen",
        "comment" : "Hinweis zur Repräsentation von Anreden: Diese sollten, sofern erforderlich, ausschließlich in HumanName.text erscheinen (z.B. \"Frsu Dr. Martha Musterfrau\").\r\nNach Möglichkeit sollte die Anrede aus dem Geschlecht der Person abgeleitet werden.\r\nDas Element prefix wird nur für akademische Titel und andere Namensbestandteile verwendet.",
        "constraint" : [
          {
            "key" : "hum-1",
            "severity" : "error",
            "human" : "Wenn die Extension 'namenszusatz' verwendet wird, dann muss der vollständige Name im Attribut 'family' angegeben werden",
            "expression" : "family.extension('http://fhir.de/StructureDefinition/humanname-namenszusatz').empty() or family.hasValue()"
          },
          {
            "key" : "hum-2",
            "severity" : "error",
            "human" : "Wenn die Extension 'nachname' verwendet wird, dann muss der vollständige Name im Attribut 'family' angegeben werden",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty() or family.hasValue()"
          },
          {
            "key" : "hum-3",
            "severity" : "error",
            "human" : "Wenn die Extension 'vorsatzwort' verwendet wird, dann muss der vollständige Name im Attribut 'family' angegeben werden",
            "expression" : "family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty() or family.hasValue()"
          },
          {
            "key" : "hum-4",
            "severity" : "error",
            "human" : "Wenn die Extension 'prefix-qualifier' verwendet wird, dann muss ein Namenspräfix im Attribut 'prefix' angegeben werden",
            "expression" : "prefix.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').empty() or $this.hasValue())"
          }
        ]
      },
      {
        "id" : "HumanName.use",
        "path" : "HumanName.use",
        "mapping" : [
          {
            "identity" : "BDT",
            "map" : "1211 (in BDT als Freitext!)"
          }
        ]
      },
      {
        "id" : "HumanName.family",
        "path" : "HumanName.family",
        "short" : "Familienname",
        "definition" : "Der vollständige Familienname, einschließlich aller Vorsatz- und Zusatzwörter, mit Leerzeichen getrennt.",
        "condition" : [
          "hum-1",
          "hum-2",
          "hum-3"
        ],
        "mapping" : [
          {
            "identity" : "BDT",
            "map" : "3120 + 3100 + 3101"
          },
          {
            "identity" : "KVDT",
            "map" : "3120 + 3100 + 3101"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension",
        "path" : "HumanName.family.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "HumanName.family.extension:namenszusatz",
        "path" : "HumanName.family.extension",
        "sliceName" : "namenszusatz",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://fhir.de/StructureDefinition/humanname-namenszusatz/0.2"
          }
        ],
        "condition" : [
          "hum-1"
        ],
        "mapping" : [
          {
            "identity" : "KVDT",
            "map" : "3100"
          },
          {
            "identity" : "BDT",
            "map" : "3100"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname",
        "path" : "HumanName.family.extension",
        "sliceName" : "nachname",
        "short" : "Nachname ohne Vor- und Zusätze",
        "definition" : "Nachname ohne Vor- und Zusätze.\r\nDient z.B. der alphabetischen Einordnung des Namens.",
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name"
          }
        ],
        "condition" : [
          "hum-2"
        ],
        "mapping" : [
          {
            "identity" : "KVDT",
            "map" : "3101"
          },
          {
            "identity" : "BDT",
            "map" : "3101"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:nachname.valueString:valueString",
        "path" : "HumanName.family.extension.valueString",
        "sliceName" : "valueString"
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort",
        "path" : "HumanName.family.extension",
        "sliceName" : "vorsatzwort",
        "short" : "Vorsatzwort",
        "definition" : "Vorsatzwort wie z.B.: von, van, zu\r\nVgl. auch VSDM-Spezifikation der Gematik (Versichertenstammdatenmanagement, \"eGK\")",
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"
          }
        ],
        "condition" : [
          "hum-3"
        ],
        "mapping" : [
          {
            "identity" : "BDT",
            "map" : "3120"
          },
          {
            "identity" : "KVDT",
            "map" : "3120"
          }
        ]
      },
      {
        "id" : "HumanName.family.extension:vorsatzwort.valueString:valueString",
        "path" : "HumanName.family.extension.valueString",
        "sliceName" : "valueString"
      },
      {
        "id" : "HumanName.given",
        "path" : "HumanName.given",
        "short" : "Vorname",
        "definition" : "Vorname der Person",
        "mapping" : [
          {
            "identity" : "KVDT",
            "map" : "3102"
          },
          {
            "identity" : "BDT",
            "map" : "3102"
          }
        ]
      },
      {
        "id" : "HumanName.prefix",
        "path" : "HumanName.prefix",
        "short" : "Namensteile vor dem Vornamen",
        "definition" : "Namensteile vor dem Vornamen, z.B. akademischer Titel.",
        "condition" : [
          "hum-4"
        ],
        "mapping" : [
          {
            "identity" : "KVDT",
            "map" : "3104"
          },
          {
            "identity" : "BDT",
            "map" : "3104"
          }
        ]
      },
      {
        "id" : "HumanName.prefix.extension",
        "path" : "HumanName.prefix.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier",
        "path" : "HumanName.prefix.extension",
        "sliceName" : "prefix-qualifier",
        "definition" : "Spezialisierung der Art des Präfixes, z.B. \"AC\" für Akademische Titel",
        "type" : [
          {
            "code" : "Extension",
            "profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
          }
        ],
        "condition" : [
          "hum-4"
        ]
      },
      {
        "id" : "HumanName.prefix.extension:prefix-qualifier.valueCode:valueCode",
        "path" : "HumanName.prefix.extension.valueCode",
        "sliceName" : "valueCode"
      },
      {
        "id" : "HumanName.suffix",
        "path" : "HumanName.suffix",
        "short" : "Namensteile nach dem Nachnamen",
        "definition" : "Namensteile nach dem Nachnamen"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.